How to: Add 'Ignore Always' to the Spelling Shortcut menu.
Solution:
Create a macro, and index it on the shortcut menu.
1) Create the appropriate macro:
a) Select the 'Tools' menu and select 'Macro...'. (The Macro dialog box appears.)
b) Type 'ToolsSpellingIgnoreAlways' in the 'Macro Name' box.
c) Select the 'Create'. (A document appears, with macro begin and end commands.)
d) Between the 'Sub MAIN' and 'End Sub' commands, type the following macro:
If SpellChecked () = 1 Then SpellChecked 0
ToolsLanguage .Language = ''0''
e) Select the 'File' menu and select 'Save Template'.
f) Select the 'File' menu' and select 'Close'.
2) Place the macro on the shortcut menu:
a) Select the 'Tools' menu and select 'Customize...'. (The Customize dialog box appears.)
b) Click the 'Menus' tab.
c) Select 'Macros' from the 'Categories' list box.
d) Select 'ToolsSpellingIgnoreAlways' from the 'Macro' list box.
e) Select 'Spelling (Shortcut)' from the 'Change What Menu' drop-down list box.
f) Click 'Add'.
g) Click 'Close'.